home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / HippoDraw / HippoDrawSrc1.1 / Hippo.subproj / Plot2D.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-25  |  442 b   |  22 lines

  1. /* Plot2D.h    By Paul Kunz    March 1992
  2.  * Replacement of obsolete class used for backward compatiblity.
  3.  *
  4.  * Copyright (C)  1991  The Board of Trustees of  
  5.  * The Leland Stanford Junior University.  All Rights Reserved.
  6.  */
  7.  
  8. #define PLOT2D_H_ID "$Id: Plot2D.h,v 1.9 1992/03/21 20:21:57 pfkeb Rel $"
  9.  
  10. #import "Plot1D.h"
  11.  
  12. @interface Plot2D : Plot1D
  13. {
  14. }
  15.  
  16. - read:(NXTypedStream *)stream;
  17.  /*
  18.   * Standard NeXTstep de-archiving method.
  19.   */ 
  20.  
  21. @end
  22.